@charset 'utf-8';
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner_top
{
    padding-top: 90px;
}
@media (max-width: 1199px)
{
    .banner_top
    {
        padding-top: 70px;
    }
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .slickbanner .item
{
    position: relative;

    display: block;
}
.banner .slickbanner .item .img-box
{
    z-index: 0;

    display: block;

    padding-bottom: 45.3125%;
}
.banner .slickbanner .item .img-box img
{
    display: block;

    width: 100%;
}
.banner .slickbanner .video-box
{
    position: relative;

    display: block;

    padding-bottom: 45.3125%;
}
.banner .slickbanner .video-box:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, 0);
}
.banner .slickbanner .slick-dots
{
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;

    display: block;

    text-align: center;
}
@media (max-width: 767px)
{
    .banner .slickbanner .slick-dots
    {
        bottom: 20px;
    }
}
@media (max-width: 575px)
{
    .banner .slickbanner .slick-dots
    {
        bottom: 15px;
    }
}
.banner .slickbanner .slick-dots li
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 10px;
    height: 10px;
    margin: 0 10px;

    cursor: pointer;
    -webkit-transition: all .5s;
            transition: all .5s;

    border: 1px solid #333;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .banner .slickbanner .slick-dots li
    {
        width: 8px;
        height: 8px;
    }
}
.banner .slickbanner .slick-dots li button
{
    display: none;
}
.banner .slickbanner .slick-dots .slick-active
{
    background-color: #333;
}
@-webkit-keyframes zoomIn1
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes zoomIn1
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: zoomIn1;
            animation-name: zoomIn1;
}
.banner .slick-current .ban_prod
{
    -webkit-animation: fadeInLeft 1s .2s ease both;
            animation: fadeInLeft 1s .2s ease both;
}
.banner .slickbanner .slick-current .item > .img-box > img
{
    -webkit-animation: zoomIn1 6s 0s ease both;
            animation: zoomIn1 6s 0s ease both;
}
.fluid_video_wrapper
{
    position: absolute;
}
#video-idcontext_option_homepage,
.fluid_controls_container
{
    display: none !important;
}
.pagebanner
{
    position: relative;

    overflow: hidden;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px)
{
    .pagebanner .item
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
@media (max-width: 575px)
{
    .pagebanner .item
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.pagebanner .item img
{
    display: block;

    width: 100%;
    height: auto !important;
}
.pagebanner .ban_box
{
    position: absolute;
    top: 50%;
    left: 50%;

    min-width: 450px;
    padding: 30px 0;

    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);

    background-color: rgba(255, 255, 255, .6);
}
@media (max-width: 1199px)
{
    .pagebanner .ban_box
    {
        min-width: 350px;
        padding: 20px 0;
    }
}
@media (max-width: 991px)
{
    .pagebanner .ban_box
    {
        min-width: 300px;
    }
}
@media (max-width: 575px)
{
    .pagebanner .ban_box
    {
        min-width: 200px;
        padding: 15px 0;
    }
}
.pagebanner .ban_box .page_location
{
    margin-top: 15px;
}
@media (max-width: 575px)
{
    .pagebanner .ban_box .page_location
    {
        margin-top: 10px;
    }
}
.pagebanner .ban_box .page_location ul > li
{
    display: inline-block;
}
.pagebanner .ban_box .page_location ul > li:last-child a:after
{
    display: none;
}
.pagebanner .ban_box .page_location ul > li > a
{
    font-size: 16px;
    line-height: 1.2;

    display: block;

    -webkit-transition: all .35s;
            transition: all .35s;
    text-transform: capitalize;

    color: #222;
}
@media (max-width: 991px)
{
    .pagebanner .ban_box .page_location ul > li > a
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .pagebanner .ban_box .page_location ul > li > a
    {
        font-size: 14px;
    }
}
.pagebanner .ban_box .page_location ul > li > a:after
{
    font-family: 'iconfont' !important;
    font-style: normal;

    display: inline-block;

    margin: 0 1px 0 4px;

    content: '>';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pagebanner .ban_box .page_location ul > li > a:hover
{
    text-decoration: underline !important;

    color: #333;
}
.title h2
{
    font-family: 'PlayfairDisplay-Bold';
    font-size: 48px;
    line-height: 1.2;

    display: block;

    margin: 0;

    text-transform: uppercase;

    color: #222;
}
@media (max-width: 1469px)
{
    .title h2
    {
        font-size: 45px;
    }
}
@media (max-width: 1399px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 26px;
    }
}
@media (max-width: 575px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.page_title b
{
    font-family: 'PlayfairDisplay-Bold';
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2;

    display: block;

    text-transform: uppercase;

    color: #333;
}
@media (max-width: 1469px)
{
    .page_title b
    {
        font-size: 32px;
    }
}
@media (max-width: 1399px)
{
    .page_title b
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .page_title b
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .page_title b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .page_title b
    {
        font-size: 22px;
    }
}
@media (max-width: 575px)
{
    .page_title b
    {
        font-size: 20px;
    }
}
.padt
{
    padding-top: 120px;
}
@media (max-width: 1469px)
{
    .padt
    {
        padding-top: 100px;
    }
}
@media (max-width: 1399px)
{
    .padt
    {
        padding-top: 80px;
    }
}
@media (max-width: 1199px)
{
    .padt
    {
        padding-top: 70px;
    }
}
@media (max-width: 991px)
{
    .padt
    {
        padding-top: 60px;
    }
}
@media (max-width: 767px)
{
    .padt
    {
        padding-top: 50px;
    }
}
.padd
{
    padding: 120px 0;
}
@media (max-width: 1469px)
{
    .padd
    {
        padding: 100px 0;
    }
}
@media (max-width: 1399px)
{
    .padd
    {
        padding: 80px 0;
    }
}
@media (max-width: 1199px)
{
    .padd
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .padd
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .padd
    {
        padding: 50px 0;
    }
}
.page_padt
{
    padding-top: 100px;
}
@media (max-width: 1469px)
{
    .page_padt
    {
        padding-top: 80px;
    }
}
@media (max-width: 1399px)
{
    .page_padt
    {
        padding-top: 70px;
    }
}
@media (max-width: 1199px)
{
    .page_padt
    {
        padding-top: 60px;
    }
}
@media (max-width: 991px)
{
    .page_padt
    {
        padding-top: 50px;
    }
}
@media (max-width: 767px)
{
    .page_padt
    {
        padding-top: 40px;
    }
}
.page_padd
{
    padding: 100px 0;
}
@media (max-width: 1469px)
{
    .page_padd
    {
        padding: 80px 0;
    }
}
@media (max-width: 1399px)
{
    .page_padd
    {
        padding: 70px 0;
    }
}
@media (max-width: 1199px)
{
    .page_padd
    {
        padding: 60px 0;
    }
}
@media (max-width: 991px)
{
    .page_padd
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .page_padd
    {
        padding: 40px 0;
    }
}
.wrapper
{
    overflow: hidden;
}
.index_hot
{
    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 575px)
{
    .index_hot .tit_box .left
    {
        float: none;
    }
}
.index_hot .tit_box .right .hot_arrow
{
    margin-top: 5px;
}
@media (max-width: 575px)
{
    .index_hot .tit_box .right .hot_arrow
    {
        margin-top: 15px;
    }
}
.index_hot .tit_box .right .hot_arrow .arrow_btn
{
    display: inline-block;

    cursor: pointer;
}
.index_hot .tit_box .right .hot_arrow .arrow_btn:hover:before
{
    color: #fff;
    background-color: #333;
}
.index_hot .tit_box .right .hot_arrow .arrow_btn:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;
    line-height: 52px;

    display: block;

    width: 52px;
    height: 52px;

    content: '\e612';
    -webkit-transition: all .35s;
            transition: all .35s;
    text-align: center;

    color: #333;
    border: 1px solid #333;
    border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1399px)
{
    .index_hot .tit_box .right .hot_arrow .arrow_btn:before
    {
        line-height: 43px;

        width: 45px;
        height: 45px;
    }
}
@media (max-width: 1199px)
{
    .index_hot .tit_box .right .hot_arrow .arrow_btn:before
    {
        font-size: 18px;
        line-height: 38px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .index_hot .tit_box .right .hot_arrow .arrow_btn:before
    {
        font-size: 14px;
        line-height: 33px;

        width: 35px;
        height: 35px;
    }
}
.index_hot .tit_box .right .hot_arrow .next
{
    margin-left: 24px;
}
@media (max-width: 767px)
{
    .index_hot .tit_box .right .hot_arrow .next
    {
        margin-left: 10px;
    }
}
.index_hot .tit_box .right .hot_arrow .next:before
{
    content: '\e64a';
}
.index_hot .list
{
    margin-top: 40px;
    margin-right: -225px;
    padding-left: 13%;
}
@media (max-width: 1860px)
{
    .index_hot .list
    {
        padding-left: 10%;
    }
}
@media (max-width: 1760px)
{
    .index_hot .list
    {
        padding-left: 5%;
    }
}
@media (max-width: 1560px)
{
    .index_hot .list
    {
        padding-left: 2%;
    }
}
@media (max-width: 991px)
{
    .index_hot .list
    {
        margin-top: 30px;
        margin-right: 0;
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .index_hot .list
    {
        margin-top: 25px;
    }
}
@media (max-width: 575px)
{
    .index_hot .list
    {
        margin-top: 20px;
    }
}
.index_hot .list .slick_hot
{
    font-size: 0 !important;

    position: relative;

    padding-bottom: 80px;
}
@media (max-width: 1469px)
{
    .index_hot .list .slick_hot
    {
        padding-bottom: 70px;
    }
}
@media (max-width: 1399px)
{
    .index_hot .list .slick_hot
    {
        padding-bottom: 60px;
    }
}
@media (max-width: 1199px)
{
    .index_hot .list .slick_hot
    {
        padding-bottom: 50px;
    }
}
@media (max-width: 991px)
{
    .index_hot .list .slick_hot
    {
        padding-bottom: 40px;
    }
}
@media (max-width: 575px)
{
    .index_hot .list .slick_hot
    {
        padding-bottom: 30px;
    }
}
.index_hot .list .slick_hot .slick-dots
{
    position: absolute;
    bottom: -1px;
    left: 0;

    display: block;

    width: 75%;
    height: 3px;
}
.index_hot .list .slick_hot .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 100%;
    height: 3px;
    margin: 0;

    cursor: pointer;
    -webkit-transition: all .45s;
            transition: all .45s;
}
.index_hot .list .slick_hot .slick-dots li:before
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 0;
    height: 100%;

    content: '';
    -webkit-transition: all .45s;
            transition: all .45s;

    background-color: #333;
}
.index_hot .list .slick_hot .slick-dots li button
{
    display: none;
}
.index_hot .list .slick_hot .slick-dots .slick-active:before
{
    width: 100%;
}
.index_hot .list .slick_hot .slick-list
{
    margin: 0 -15px;
}
@media (max-width: 1199px)
{
    .index_hot .list .slick_hot .slick-list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 991px)
{
    .index_hot .list .slick_hot .slick-list
    {
        margin: 0 -5px;
    }
}
.index_hot .list .slick_hot .slick-list .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .index_hot .list .slick_hot .slick-list .slick-slide
    {
        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .index_hot .list .slick_hot .slick-list .slick-slide
    {
        padding: 0 5px;
    }
}
.index_hot .list .slick_hot .item
{
    overflow: hidden;

    -webkit-transition: all .45s;
            transition: all .45s;
}
.index_hot .list .slick_hot .item:hover .info span
{
    text-decoration: underline !important;

    color: #333;
}
.index_hot .list .slick_hot .item .pic .img-box
{
    padding-bottom: 75.55555556%;
}
.index_hot .list .slick_hot .item .info p
{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;

    overflow: hidden;

    margin: 25px 0 15px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #222;
}
@media (max-width: 1399px)
{
    .index_hot .list .slick_hot .item .info p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .index_hot .list .slick_hot .item .info p
    {
        font-size: 17px;

        margin: 20px 0 10px;
    }
}
@media (max-width: 575px)
{
    .index_hot .list .slick_hot .item .info p
    {
        font-size: 16px;
    }
}
.index_hot .list .slick_hot .item .info span
{
    font-size: 16px;
    line-height: 1.2;

    display: block;

    color: #666;
}
@media (max-width: 767px)
{
    .index_hot .list .slick_hot .item .info span
    {
        font-size: 15px;
    }
}
@media (max-width: 575px)
{
    .index_hot .list .slick_hot .item .info span
    {
        font-size: 14px;
    }
}
.index_about
{
    background: url(../imgs/inabbg.jpg) no-repeat center;
    background-size: cover;
}
.index_about .left
{
    width: 34.75177305%;
    padding-top: 50px;
}
@media (max-width: 1199px)
{
    .index_about .left
    {
        padding-top: 0;
    }
}
@media (max-width: 991px)
{
    .index_about .left
    {
        float: none;

        width: 100%;
    }
}
.index_about .left .tit
{
    max-width: 350px;
    margin: 65px 0 20px;
}
@media (max-width: 1199px)
{
    .index_about .left .tit
    {
        margin: 30px 0 15px;
    }
}
@media (max-width: 991px)
{
    .index_about .left .tit
    {
        max-width: 100%;
        margin: 20px 0 10px;
    }
}
.index_about .left .tit p
{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45454545;

    color: #222;
}
@media (max-width: 1199px)
{
    .index_about .left .tit p
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .index_about .left .tit p
    {
        font-size: 18px;
    }
}
@media (max-width: 575px)
{
    .index_about .left .tit p
    {
        font-size: 17px;
    }
}
.index_about .left .txt
{
    max-width: 400px;
}
@media (max-width: 991px)
{
    .index_about .left .txt
    {
        max-width: 100%;
    }
}
.index_about .left .txt p
{
    font-size: 16px;
    line-height: 1.625;

    color: #666;
}
@media (max-width: 991px)
{
    .index_about .left .txt p
    {
        font-size: 15px;
    }
}
.index_about .left .more_btn
{
    margin-top: 80px;
}
@media (max-width: 1469px)
{
    .index_about .left .more_btn
    {
        margin-top: 50px;
    }
}
@media (max-width: 1199px)
{
    .index_about .left .more_btn
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .index_about .left .more_btn
    {
        margin-top: 20px;
    }
}
.index_about .left .more_btn a
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 140px;
    height: 50px;

    -webkit-transition: all .45s;
            transition: all .45s;

    border: 1px solid #222;
    border-radius: 25px;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .index_about .left .more_btn a
    {
        height: 45px;
    }
}
.index_about .left .more_btn a span
{
    font-size: 15px;
    line-height: 1.2;

    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    display: block;

    -webkit-transition: all .45s;
            transition: all .45s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #222;
}
.index_about .left .more_btn a i
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    display: block;

    -webkit-transition: all .45s;
            transition: all .45s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);

    opacity: 0;
}
.index_about .left .more_btn a i:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    font-style: normal;
    line-height: 1;

    display: block;

    content: '\e659';
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-align: center;

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index_about .left .more_btn a:hover
{
    background-color: #222;
}
.index_about .left .more_btn a:hover span
{
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);

    opacity: 0;
}
.index_about .left .more_btn a:hover i
{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
}
.index_about .right
{
    width: 66.66666667%;
    margin-left: -20px;
}
@media (max-width: 1399px)
{
    .index_about .right
    {
        width: 64%;
    }
}
@media (max-width: 991px)
{
    .index_about .right
    {
        float: none;

        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
}
.index_about .right .pic .img-box
{
    padding-bottom: 71.27659574%;
}
.index_news
{
    margin-bottom: 120px;
    padding: 50px 0;

    background: url(../imgs/in_newsbg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1469px)
{
    .index_news
    {
        margin-bottom: 100px;
    }
}
@media (max-width: 1399px)
{
    .index_news
    {
        margin-bottom: 80px;
    }
}
@media (max-width: 1199px)
{
    .index_news
    {
        margin-bottom: 70px;
    }
}
@media (max-width: 991px)
{
    .index_news
    {
        margin-bottom: 60px;
        padding: 50px 0 0 0;

        background: url(../imgs/in_newsmbg.jpg) no-repeat center;
        background-size: cover;
    }
}
@media (max-width: 767px)
{
    .index_news
    {
        margin-bottom: 50px;
    }
}
.index_news .left
{
    width: 28.36879433%;
    padding-top: 30px;
}
@media (max-width: 991px)
{
    .index_news .left
    {
        float: none;

        width: 100%;
        padding-top: 0;
    }
}
.index_news .left .title h2
{
    color: #fff;
}
.index_news .left .txt
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .index_news .left .txt
    {
        margin-top: 20px;
    }
}
.index_news .left .txt p
{
    font-size: 16px;
    line-height: 1.625;

    color: #fff;
}
@media (max-width: 991px)
{
    .index_news .left .txt p
    {
        font-size: 15px;
    }
}
.index_news .left .news_arrow
{
    margin-top: 160px;
}
@media (max-width: 1469px)
{
    .index_news .left .news_arrow
    {
        margin-top: 100px;
    }
}
@media (max-width: 1199px)
{
    .index_news .left .news_arrow
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .index_news .left .news_arrow
    {
        margin-top: 20px;
    }
}
.index_news .left .news_arrow .arrow_btn
{
    display: inline-block;

    cursor: pointer;
}
.index_news .left .news_arrow .arrow_btn:hover:before
{
    color: #222;
    background-color: #fff;
}
.index_news .left .news_arrow .arrow_btn:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;
    line-height: 52px;

    display: block;

    width: 52px;
    height: 52px;

    content: '\e612';
    -webkit-transition: all .35s;
            transition: all .35s;
    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1399px)
{
    .index_news .left .news_arrow .arrow_btn:before
    {
        line-height: 43px;

        width: 45px;
        height: 45px;
    }
}
@media (max-width: 1199px)
{
    .index_news .left .news_arrow .arrow_btn:before
    {
        font-size: 18px;
        line-height: 38px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .index_news .left .news_arrow .arrow_btn:before
    {
        font-size: 14px;
        line-height: 33px;

        width: 35px;
        height: 35px;
    }
}
.index_news .left .news_arrow .next
{
    margin-left: 24px;
}
@media (max-width: 767px)
{
    .index_news .left .news_arrow .next
    {
        margin-left: 10px;
    }
}
.index_news .left .news_arrow .next:before
{
    content: '\e64a';
}
.index_news .right
{
    width: 65.95744681%;
}
@media (max-width: 991px)
{
    .index_news .right
    {
        float: none;

        width: 100%;
        margin-top: 20px;
    }
}
.index_news .right .list .slick_news
{
    font-size: 0;
}
.index_news .right .list .slick_news .slick-list
{
    margin: 0 -15px;
}
@media (max-width: 1199px)
{
    .index_news .right .list .slick_news .slick-list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 991px)
{
    .index_news .right .list .slick_news .slick-list
    {
        margin: 0 -5px;
    }
}
.index_news .right .list .slick_news .slick-list .slick-slide
{
    padding: 10px 15px;
}
@media (max-width: 1199px)
{
    .index_news .right .list .slick_news .slick-list .slick-slide
    {
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .index_news .right .list .slick_news .slick-list .slick-slide
    {
        padding: 10px 5px;
    }
}
.index_news .right .list .slick_news .item
{
    position: relative;

    overflow: hidden;

    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 75, 40, .1);
}
.index_news .right .list .slick_news .item:hover .info a.more
{
    text-decoration: underline !important;

    color: #222;
}
.index_news .right .list .slick_news .item .img-box
{
    padding-bottom: 67.44186047%;
}
.index_news .right .list .slick_news .item .info
{
    margin-top: 20px;
    padding: 0 14px;
}
@media (max-width: 1199px)
{
    .index_news .right .list .slick_news .item .info
    {
        padding: 0 5px;
    }
}
.index_news .right .list .slick_news .item .info span
{
    font-size: 15px;
    line-height: 1.2;

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #222;
}
@media (max-width: 991px)
{
    .index_news .right .list .slick_news .item .info span
    {
        font-size: 14px;
    }
}
.index_news .right .list .slick_news .item .info span:after
{
    display: block;

    width: 24px;
    height: 2px;
    margin: 10px 0 20px;

    content: '';

    background-color: #222;
}
.index_news .right .list .slick_news .item .info a.tit
{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;

    display: block;
    overflow: hidden;

    -webkit-transition: all .45s;
            transition: all .45s;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #222;
}
@media (max-width: 1199px)
{
    .index_news .right .list .slick_news .item .info a.tit
    {
        font-size: 18px;
    }
}
.index_news .right .list .slick_news .item .info p
{
    font-size: 16px;
    line-height: 1.625;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin-top: 10px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .index_news .right .list .slick_news .item .info p
    {
        font-size: 15px;

        height: 48px;
    }
}
.index_news .right .list .slick_news .item .info .more
{
    font-size: 15px;
    line-height: 1.2;

    display: block;

    margin: 30px 0 10px;

    color: #666;
}
@media (max-width: 1199px)
{
    .index_news .right .list .slick_news .item .info .more
    {
        margin: 20px 0 10px;
    }
}
@media (max-width: 991px)
{
    .index_news .right .list .slick_news .item .info .more
    {
        font-size: 14px;
    }
}
.about_wrap .ab_info .txt
{
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .about_wrap .ab_info .txt
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .about_wrap .ab_info .txt
    {
        margin-top: 15px;
    }
}
.about_wrap .ab_info .txt p
{
    font-size: 16px;
    line-height: 1.625;

    color: #666;
}
@media (max-width: 767px)
{
    .about_wrap .ab_info .txt p
    {
        font-size: 15px;
    }
}
.about_wrap .ab_factory
{
    background: url(../imgs/abbg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 575px)
{
    .about_wrap .ab_factory .tit_box .left
    {
        float: none;
    }
}
.about_wrap .ab_factory .tit_box .right .factory_btn
{
    margin-top: 5px;
}
@media (max-width: 575px)
{
    .about_wrap .ab_factory .tit_box .right .factory_btn
    {
        margin-top: 10px;
    }
}
.about_wrap .ab_factory .tit_box .right .factory_btn .arrow_btn
{
    display: inline-block;

    cursor: pointer;
}
.about_wrap .ab_factory .tit_box .right .factory_btn .arrow_btn:hover:before
{
    color: #fff;
    background-color: #333;
}
.about_wrap .ab_factory .tit_box .right .factory_btn .arrow_btn:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-style: normal;
    line-height: 52px;

    display: block;

    width: 52px;
    height: 52px;

    content: '\e612';
    -webkit-transition: all .35s;
            transition: all .35s;
    text-align: center;

    color: #333;
    border: 1px solid #333;
    border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1399px)
{
    .about_wrap .ab_factory .tit_box .right .factory_btn .arrow_btn:before
    {
        line-height: 43px;

        width: 45px;
        height: 45px;
    }
}
@media (max-width: 1199px)
{
    .about_wrap .ab_factory .tit_box .right .factory_btn .arrow_btn:before
    {
        font-size: 18px;
        line-height: 38px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .about_wrap .ab_factory .tit_box .right .factory_btn .arrow_btn:before
    {
        font-size: 14px;
        line-height: 33px;

        width: 35px;
        height: 35px;
    }
}
.about_wrap .ab_factory .tit_box .right .factory_btn .next
{
    margin-left: 24px;
}
@media (max-width: 767px)
{
    .about_wrap .ab_factory .tit_box .right .factory_btn .next
    {
        margin-left: 10px;
    }
}
.about_wrap .ab_factory .tit_box .right .factory_btn .next:before
{
    content: '\e64a';
}
.about_wrap .ab_factory .list
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .about_wrap .ab_factory .list
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .about_wrap .ab_factory .list
    {
        margin-top: 25px;
    }
}
@media (max-width: 575px)
{
    .about_wrap .ab_factory .list
    {
        margin-top: 20px;
    }
}
.about_wrap .ab_factory .list .slick_factory
{
    font-size: 0 !important;
}
.about_wrap .ab_factory .list .slick_factory .slick-list
{
    margin: 0 -15px;
}
@media (max-width: 1199px)
{
    .about_wrap .ab_factory .list .slick_factory .slick-list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 991px)
{
    .about_wrap .ab_factory .list .slick_factory .slick-list
    {
        margin: 0 -5px;
    }
}
.about_wrap .ab_factory .list .slick_factory .slick-list .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .about_wrap .ab_factory .list .slick_factory .slick-list .slick-slide
    {
        padding: 0 10px;
    }
}
@media (max-width: 991px)
{
    .about_wrap .ab_factory .list .slick_factory .slick-list .slick-slide
    {
        padding: 0 5px;
    }
}
.about_wrap .ab_factory .list .slick_factory .item:hover .pic:before
{
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}
.about_wrap .ab_factory .list .slick_factory .item:hover .pic .img-box:before
{
    opacity: 1;
}
.about_wrap .ab_factory .list .slick_factory .item .pic
{
    position: relative;

    display: block;

    cursor: pointer;
}
.about_wrap .ab_factory .list .slick_factory .item .pic:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-style: normal;
    line-height: 50px;

    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    left: 0;

    display: block;

    width: 52px;
    height: 52px;
    margin: auto;

    content: '\e718';
    -webkit-transition: all .45s;
            transition: all .45s;
    -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    text-align: center;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about_wrap .ab_factory .list .slick_factory .item .pic .img-box
{
    padding-bottom: 75%;
}
.about_wrap .ab_factory .list .slick_factory .item .pic .img-box:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .45s;
            transition: all .45s;

    opacity: 0;
    background-color: rgba(34, 34, 34, .8);
}
.contact_wrap .page_title
{
    text-align: center;
}
.contact_wrap .page_title p
{
    font-size: 16px;
    line-height: 1.625;

    margin-top: 15px;

    color: #666;
}
@media (max-width: 991px)
{
    .contact_wrap .page_title p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .contact_wrap .page_title p
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.contact_wrap .cont_box .list .txt
{
    float: left;

    width: 33.3333%;
    margin-top: 48px;

    text-align: center;
}
@media (max-width: 991px)
{
    .contact_wrap .cont_box .list .txt
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .contact_wrap .cont_box .list .txt
    {
        float: none;

        width: 100%;
    }
}
.contact_wrap .cont_box .list .txt:hover .icon_cont:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.contact_wrap .cont_box .list .txt .icon_cont
{
    width: 72px;
    height: 72px;
    margin: auto;

    border-radius: 50%;
    background-color: #f4f4f4;
}
@media (max-width: 991px)
{
    .contact_wrap .cont_box .list .txt .icon_cont
    {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .contact_wrap .cont_box .list .txt .icon_cont
    {
        width: 50px;
        height: 50px;
    }
}
.contact_wrap .cont_box .list .txt .icon_cont:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;
    line-height: 72px;

    display: block;

    text-align: center;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px)
{
    .contact_wrap .cont_box .list .txt .icon_cont:before
    {
        font-size: 22px;
        line-height: 60px;
    }
}
@media (max-width: 767px)
{
    .contact_wrap .cont_box .list .txt .icon_cont:before
    {
        font-size: 20px;
        line-height: 50px;
    }
}
.contact_wrap .cont_box .list .txt span
{
    font-family: 'Playfair Display';
    font-size: 20px;
    line-height: 1.2;

    display: block;

    margin: 20px 0 30px;

    color: #222;
    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 991px)
{
    .contact_wrap .cont_box .list .txt span
    {
        font-size: 18px;

        margin: 20px 0;
    }
}
@media (max-width: 767px)
{
    .contact_wrap .cont_box .list .txt span
    {
        font-size: 17px;

        margin: 15px 0;
    }
}
.contact_wrap .cont_box .list .txt span:after
{
    display: block;

    width: 48px;
    height: 3px;
    margin: 20px auto 0;

    content: '';

    background-color: #222;
}
.contact_wrap .cont_box .list .txt p
{
    font-size: 16px;
    line-height: 1.2;

    color: #666;
}
.contact_wrap .cont_box .list .txt p a
{
    -webkit-transition: all .35s;
            transition: all .35s;
}
.contact_wrap .cont_box .list .txt p a:hover
{
    text-decoration: underline !important;

    color: #222;
}
.contact_wrap .cont_box .list .address .icon_cont:before
{
    content: '\e70a';
}
.contact_wrap .cont_box .list .email .icon_cont:before
{
    content: '\e667';
}
.contact_wrap .cont_box .list .tel .icon_cont:before
{
    font-size: 22px;

    content: '\e62f';
}
@media (max-width: 991px)
{
    .contact_wrap .cont_box .list .tel .icon_cont:before
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .contact_wrap .cont_box .list .tel .icon_cont:before
    {
        font-size: 18px;
    }
}
.contact_wrap .contact_form
{
    background-color: #f7f7f7;
}
.contact_wrap .contact_form .message_ipt
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .contact_wrap .contact_form .message_ipt
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .contact_wrap .contact_form .message_ipt
    {
        margin-top: 15px;
    }
}
.contact_wrap .contact_form .message_ipt .form_ipt ul
{
    margin: 0 -15px;
}
@media (max-width: 1199px)
{
    .contact_wrap .contact_form .message_ipt .form_ipt ul
    {
        margin: 0 -10px;
    }
}
.contact_wrap .contact_form .message_ipt .form_ipt ul li
{
    margin-bottom: 30px;
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .contact_wrap .contact_form .message_ipt .form_ipt ul li
    {
        margin-bottom: 20px;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .contact_wrap .contact_form .message_ipt .form_ipt ul li
    {
        margin-bottom: 15px;
    }
}
.contact_wrap .contact_form .message_ipt .form_ipt ul li:last-child
{
    margin-bottom: 0;
}
.contact_wrap .contact_form .message_ipt .form_ipt ul li .for_input
{
    position: relative;
}
.contact_wrap .contact_form .message_ipt .form_ipt ul li .for_textarea label
{
    top: 15px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.contact_wrap .contact_form .message_ipt .form_ipt ul li .for_ed label
{
    font-size: 13px;

    top: 8px;

    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    color: #666;
    background-color: #f7f7f7;
}
.contact_wrap .contact_form .message_ipt .form_ipt ul li label
{
    font-size: 15px;
    line-height: 1;

    position: absolute;
    top: 50%;

    width: auto;
    height: auto;
    margin: 0 0 0 15px;
    padding: 1px 5px;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;

    color: #666;
}
@media (max-width: 991px)
{
    .contact_wrap .contact_form .message_ipt .form_ipt ul li label
    {
        font-size: 14px;

        margin: 0 0 0 10px;
    }
}
.contact_wrap .contact_form .message_ipt .form_ipt ul li input,
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea
{
    font-size: 15px;
    line-height: 50px;

    display: block;

    width: 100%;
    height: 50px;
    padding: 0 20px;

    color: #222;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .contact_wrap .contact_form .message_ipt .form_ipt ul li input,
    .contact_wrap .contact_form .message_ipt .form_ipt ul li textarea
    {
        font-size: 14px;
        line-height: 45px;

        height: 45px;
        padding: 0 15px;
    }
}
.contact_wrap .contact_form .message_ipt .form_ipt ul li input:focus,
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea:focus
{
    border: 1px solid #fff;
    box-shadow: none;
}
.contact_wrap .contact_form .message_ipt .form_ipt ul li textarea
{
    line-height: 30px;

    min-height: 160px;
    padding: 10px 15px;
}
@media (max-width: 991px)
{
    .contact_wrap .contact_form .message_ipt .form_ipt ul li textarea
    {
        padding: 5px 15px;
    }
}
.contact_wrap .contact_form .message_ipt .form_ipt ul li button
{
    font-size: 14px;
    line-height: 50px;

    position: relative;

    display: block;

    width: 140px;
    margin: auto;

    -webkit-transition: all .45s;
            transition: all .45s;
    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 0;
    border-radius: 25px;
    background-color: #222;
}
@media (max-width: 991px)
{
    .contact_wrap .contact_form .message_ipt .form_ipt ul li button
    {
        line-height: 45px;
    }
}
@media (max-width: 767px)
{
    .contact_wrap .contact_form .message_ipt .form_ipt ul li button
    {
        line-height: 42px;
    }
}
.contact_wrap .contact_form .message_ipt .form_ipt ul li button:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 1;

    display: inline-block;

    margin-right: 8px;

    content: '\e642';

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact_wrap .contact_form .message_ipt .form_ipt ul li button:hover
{
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
}
.news_wrap .list .item
{
    overflow: hidden;

    margin-bottom: 30px;
    padding: 20px;

    -webkit-transition: all .45s;
            transition: all .45s;

    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .news_wrap .list .item
    {
        margin-bottom: 20px;
        padding: 10px;
    }
}
.news_wrap .list .item .pic
{
    float: left;

    width: 310px;
}
@media (max-width: 991px)
{
    .news_wrap .list .item .pic
    {
        width: 280px;
    }
}
@media (max-width: 767px)
{
    .news_wrap .list .item .pic
    {
        float: none;

        width: 100%;
    }
}
.news_wrap .list .item .pic .img-box
{
    padding-bottom: 67.44186047%;
}
.news_wrap .list .item .info_box
{
    position: relative;

    float: left;

    width: -webkit-calc(100% - 340px);
    width:         calc(100% - 340px);
    padding-left: 150px;
}
@media (max-width: 1199px)
{
    .news_wrap .list .item .info_box
    {
        padding-left: 130px;
    }
}
@media (max-width: 991px)
{
    .news_wrap .list .item .info_box
    {
        width: -webkit-calc(100% - 280px);
        width:         calc(100% - 280px);
        padding-left: 100px;
    }
}
@media (max-width: 767px)
{
    .news_wrap .list .item .info_box
    {
        float: none;

        width: 100%;
        padding: 15px 10px;
    }
}
.news_wrap .list .item .info_box .time
{
    position: absolute;
    top: 0;
    left: 0;

    padding: 10px 0 0 30px;
}
@media (max-width: 991px)
{
    .news_wrap .list .item .info_box .time
    {
        padding: 10px 0 0 20px;
    }
}
@media (max-width: 767px)
{
    .news_wrap .list .item .info_box .time
    {
        position: static;

        padding: 0;
    }
}
.news_wrap .list .item .info_box .time span
{
    font-family: 'Playfair Display';
    font-size: 40px;
    line-height: 1;

    display: block;

    margin-bottom: 5px;

    -webkit-transition: all .45s;
            transition: all .45s;

    color: #222;
}
@media (max-width: 1399px)
{
    .news_wrap .list .item .info_box .time span
    {
        font-size: 38px;
    }
}
@media (max-width: 1199px)
{
    .news_wrap .list .item .info_box .time span
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .news_wrap .list .item .info_box .time span
    {
        font-size: 34px;
    }
}
@media (max-width: 767px)
{
    .news_wrap .list .item .info_box .time span
    {
        font-size: 30px;
    }
}
.news_wrap .list .item .info_box .time p
{
    font-family: 'Playfair Display';
    font-size: 16px;

    color: #222;
}
@media (max-width: 767px)
{
    .news_wrap .list .item .info_box .time p
    {
        font-size: 15px;
    }
}
.news_wrap .list .item .info_box .info
{
    padding-top: 10px;
}
.news_wrap .list .item .info_box .info .tit
{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: auto;

    color: #222;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .news_wrap .list .item .info_box .info .tit
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .news_wrap .list .item .info_box .info .tit
    {
        font-size: 17px;
    }
}
@media (max-width: 767px)
{
    .news_wrap .list .item .info_box .info .tit
    {
        font-size: 16px;
    }
}
.news_wrap .list .item .info_box .info p
{
    font-size: 16px;
    line-height: 1.625;

    overflow: hidden;

    margin: 15px 0 60px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
@media (max-width: 991px)
{
    .news_wrap .list .item .info_box .info p
    {
        margin: 10px 0 30px;
    }
}
@media (max-width: 767px)
{
    .news_wrap .list .item .info_box .info p
    {
        margin: 10px 0 20px;
    }
}
.news_wrap .list .item .info_box .info .more
{
    font-size: 15px;
    line-height: 1.2;

    display: block;

    -webkit-transition: all .45s;
            transition: all .45s;

    color: #666;
}
.news_wrap .list .item .info_box .info .more:hover
{
    text-decoration: underline !important;
}
.news_wrap .page
{
    padding-top: 20px;
}
@media (max-width: 991px)
{
    .news_wrap .page
    {
        padding-top: 10px;
    }
}
.news_details
{
    padding: 80px 0;
}
@media (max-width: 1399px)
{
    .news_details
    {
        padding: 70px 0;
    }
}
@media (max-width: 1199px)
{
    .news_details
    {
        padding: 60px 0;
    }
}
@media (max-width: 991px)
{
    .news_details
    {
        padding: 50px 0;
    }
}
@media (max-width: 767px)
{
    .news_details
    {
        padding: 40px 0;
    }
}
.news_details .news_title
{
    text-align: left;
}
.news_details .news_title b
{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;

    display: block;

    margin: 0;

    color: #222;
}
@media (max-width: 1399px)
{
    .news_details .news_title b
    {
        font-size: 25px;
    }
}
@media (max-width: 1199px)
{
    .news_details .news_title b
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .news_details .news_title b
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .news_details .news_title b
    {
        font-size: 20px;
    }
}
.news_details .news_box
{
    margin: 20px 0;
    padding-bottom: 20px;

    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 991px)
{
    .news_details .news_box
    {
        padding-bottom: 15px;
    }
}
.news_details .news_box .time
{
    font-size: 16px;
    font-weight: 700;
    line-height: 2;

    display: block;
    float: left;

    color: #333;
}
@media (max-width: 991px)
{
    .news_details .news_box .time
    {
        line-height: 1.5;

        float: none;

        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .news_details .news_box .time
    {
        font-size: 15px;
    }
}
.news_details .news_box .share_box
{
    float: right;
}
@media (max-width: 991px)
{
    .news_details .news_box .share_box
    {
        float: none;

        margin-top: 15px;
    }
}
.news_details .news_box .share_box span
{
    font-size: 16px;
    line-height: 1;

    display: inline-block;

    vertical-align: middle;

    color: #222;
}
@media (max-width: 767px)
{
    .news_details .news_box .share_box span
    {
        font-size: 15px;
    }
}
.news_details .news_box .share_box .share_tool
{
    display: inline-block;

    vertical-align: middle;
}
.news_details .info
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .news_details .info
    {
        margin-top: 15px;
    }
}
.news_details .info p
{
    font-size: 16px;
    line-height: 2;

    color: #333;
}
@media (max-width: 767px)
{
    .news_details .info p
    {
        font-size: 15px;
    }
}
.news_details .info p img
{
    max-width: 100%;
    height: auto !important;
}
.news_details .news_page
{
    position: relative;

    margin-top: 30px;

    border-top: 1px solid #d9d9d9;
}
@media (max-width: 991px)
{
    .news_details .news_page
    {
        margin-top: 20px;
    }
}
.news_details .news_page .item
{
    padding-top: 10px;

    -webkit-transition: all .35s;
            transition: all .35s;
}
.news_details .news_page .item:hover a
{
    color: #333;
}
.news_details .news_page .item a
{
    font-size: 16px;
    line-height: 1.4;

    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
@media (max-width: 767px)
{
    .news_details .news_page .item a
    {
        font-size: 15px;
    }
}
.news_details .news_page .item a:hover
{
    text-decoration: underline !important;

    color: #333;
}
.news_details .news_page .prev
{
    padding-top: 15px;
}
.product_wrap
{
    overflow: hidden;
}
.product_wrap .left
{
    position: relative;

    width: 330px;
}
@media (max-width: 1399px)
{
    .product_wrap .left
    {
        width: 300px;
    }
}
@media (max-width: 1199px)
{
    .product_wrap .left
    {
        width: 270px;
    }
}
@media (max-width: 991px)
{
    .product_wrap .left
    {
        float: none;

        width: 100%;
    }
}
.product_wrap .left .tit
{
    padding-bottom: 20px;

    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1199px)
{
    .product_wrap .left .tit
    {
        padding-bottom: 15px;
    }
}
.product_wrap .left .tit p
{
    font-family: 'PlayfairDisplay-Bold';
    font-size: 30px;
    line-height: 1.33333333;

    text-transform: uppercase;

    color: #222;
}
@media (max-width: 1399px)
{
    .product_wrap .left .tit p
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .product_wrap .left .tit p
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .product_wrap .left .tit p
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .product_wrap .left .tit p
    {
        font-size: 22px;
    }
}
@media (max-width: 575px)
{
    .product_wrap .left .tit p
    {
        font-size: 20px;
    }
}
.product_wrap .left .menu_wrap
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .product_wrap .left .menu_wrap
    {
        display: none;
    }
}
.product_wrap .left .menu_wrap .menu1 > li > a
{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.22222222;

    position: relative;

    display: block;

    padding: 8px 40px 8px 0;

    -webkit-transition: all .35s;
            transition: all .35s;
    text-transform: capitalize;

    color: #222;
}
.product_wrap .left .menu_wrap .menu1 > li > a:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;
    font-style: normal;
    line-height: 28px;

    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 28px;
    height: 28px;

    content: '\e630';
    -webkit-transition: all .35s;
            transition: all .35s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    border-radius: 50%;
    background-color: #f5f5f5;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product_wrap .left .menu_wrap .menu1 > li:hover > a:after
{
    color: #fff;
    background-color: #222;
}
.product_wrap .left .menu_wrap .menu1 > li.active > a:after
{
    content: '\e628';

    color: #fff;
    background-color: #222;
}
.product_wrap .left .menu_wrap .menu2
{
    display: none;

    padding-bottom: 10px;
}
.product_wrap .left .menu_wrap .menu2 > li
{
    position: relative;

    cursor: pointer;
}
.product_wrap .left .menu_wrap .menu2 > li > a
{
    font-size: 15px;
    line-height: 1.6;

    position: relative;

    display: block;

    padding: 4px 15px;

    -webkit-transition: all .35s;
            transition: all .35s;
    text-transform: capitalize;

    color: #666;
}
@media (max-width: 1199px)
{
    .product_wrap .left .menu_wrap .menu2 > li > a
    {
        padding: 6px 20px 6px 32px;
    }
}
.product_wrap .left .menu_wrap .menu2 > li > a:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    content: '-';
    -webkit-transition: all .35s;
            transition: all .35s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product_wrap .left .menu_wrap .menu2 > li:hover > a,
.product_wrap .left .menu_wrap .menu2 > li.active > a
{
    text-decoration: underline !important;

    color: #222;
}
.product_wrap .left .menu_wrap .menu3
{
    display: none;
}
.product_wrap .left .menu_wrap .menu3 > li > a
{
    font-size: 14px;
    line-height: 1.71428571;

    display: block;

    padding: 5px;

    -webkit-transition: all .35s;
            transition: all .35s;

    color: #666;
}
.product_wrap .left .menu_wrap .menu3 > li:hover > a,
.product_wrap .left .menu_wrap .menu3 > li.active > a
{
    text-decoration: underline !important;

    color: #333;
}
.product_wrap .right
{
    width: -webkit-calc(100% - 330px);
    width:         calc(100% - 330px);
    padding-left: 30px;
}
@media (max-width: 1399px)
{
    .product_wrap .right
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 1199px)
{
    .product_wrap .right
    {
        width: -webkit-calc(100% - 270px);
        width:         calc(100% - 270px);
        padding-left: 20px;
    }
}
@media (max-width: 991px)
{
    .product_wrap .right
    {
        float: none;

        width: 100%;
        padding-left: 0;
    }
}
.product_wrap .right .m_location
{
    display: none;

    margin-bottom: 20px;
    padding: 10px 0 10px;

    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .product_wrap .right .m_location
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .product_wrap .right .m_location
    {
        margin-bottom: 15px;
    }
}
.product_wrap .right .m_location ul
{
    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .product_wrap .right .m_location ul
    {
        padding: 0 8px;
    }
}
.product_wrap .right .m_location ul li
{
    display: inline-block;

    padding: 0 10px;
}
@media (max-width: 767px)
{
    .product_wrap .right .m_location ul li
    {
        padding: 0 8px;
    }
}
.product_wrap .right .m_location ul li a
{
    font-size: 16px;
    line-height: 2;

    display: block;

    -webkit-transition: all .35s;
            transition: all .35s;
    text-transform: capitalize;

    color: #333;
}
@media (max-width: 575px)
{
    .product_wrap .right .m_location ul li a
    {
        font-size: 15px;
    }
}
.product_wrap .right .m_location ul .active a
{
    font-weight: 700;

    color: #333;
}
.product_wrap .right .prod_no
{
    margin-bottom: 50px;
}
@media (max-width: 1199px)
{
    .product_wrap .right .prod_no
    {
        padding-left: 30px;
    }
}
@media (max-width: 991px)
{
    .product_wrap .right .prod_no
    {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-left: 0;
    }
}
.product_wrap .right .prod_no .search_no h3
{
    font-size: 24px;

    margin: 0 0 20px;
}
@media (max-width: 991px)
{
    .product_wrap .right .prod_no .search_no h3
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .product_wrap .right .prod_no .search_no h3
    {
        font-size: 20px;
    }
}
.product_wrap .right .prod_no .search_no p
{
    margin: 0;
    padding: 10px;

    color: #ab7640;
    border: 1px solid #faebcc;
    border-radius: 5px;
    background-color: #fcf8e3;
}
@media (max-width: 991px)
{
    .product_wrap .right .prod_lists
    {
        margin-top: 20px;
    }
}
.product_wrap .right .prod_lists ul
{
    margin: 0 -15px;
}
@media (max-width: 1199px)
{
    .product_wrap .right .prod_lists ul
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .product_wrap .right .prod_lists ul
    {
        margin: 0 -5px;
    }
}
.product_wrap .right .prod_lists ul li
{
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .product_wrap .right .prod_lists ul li
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .product_wrap .right .prod_lists ul li
    {
        padding: 0 5px;
    }
}
.product_wrap .right .prod_lists .item
{
    display: block;

    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .product_wrap .right .prod_lists .item
    {
        margin-bottom: 20px;
    }
}
.product_wrap .right .prod_lists .item:hover .pic .more_btn
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.product_wrap .right .prod_lists .item .pic
{
    position: relative;

    overflow: hidden;
}
.product_wrap .right .prod_lists .item .pic .img-box
{
    padding-bottom: 75.55555556%;
}
.product_wrap .right .prod_lists .item .pic .more_btn
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 16px;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.product_wrap .right .prod_lists .item .pic .more_btn span
{
    font-size: 14px;
    line-height: 40px;

    display: block;

    text-align: center;

    color: #222;
    border-radius: 25px;
    background-color: #fff;
}
.product_wrap .right .prod_lists .item .info
{
    margin-top: 16px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .product_wrap .right .prod_lists .item .info
    {
        margin-top: 10px;
    }
}
.product_wrap .right .prod_lists .item .info p
{
    font-size: 16px;
    line-height: 1.2;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #222;
}
@media (max-width: 767px)
{
    .product_wrap .right .prod_lists .item .info p
    {
        font-size: 15px;
    }
}
.product_wrap .page
{
    padding-top: 30px;
}
@media (max-width: 1199px)
{
    .product_wrap .page
    {
        padding-top: 20px;
    }
}
.product_details_wrap .product_box
{
    position: relative;
}
.product_details_wrap .product_box .lef
{
    font-size: 0;

    width: 57.143%;
}
@media (max-width: 1199px)
{
    .product_details_wrap .product_box .lef
    {
        float: none;

        width: 100%;
        margin: auto;
    }
}
@media (max-width: 767px)
{
    .product_details_wrap .product_box .lef
    {
        width: 100%;
    }
}
.product_details_wrap .product_box .lef .big_pic
{
    overflow: hidden;

    width: 80%;
}
@media (max-width: 575px)
{
    .product_details_wrap .product_box .lef .big_pic
    {
        width: 100%;
    }
}
.product_details_wrap .product_box .lef .big_pic .pic .img-box
{
    padding-bottom: 75%;
}
.product_details_wrap .product_box .lef .big_pic .prod_vv iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.product_details_wrap .product_box .lef .small_pic
{
    width: 20%;
    padding-left: 8px;
}
@media (max-width: 575px)
{
    .product_details_wrap .product_box .lef .small_pic
    {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.product_details_wrap .product_box .lef .small_pic .slider-nav
{
    font-size: 0;
}
.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list
{
    margin: -4px 0;
}
@media (max-width: 575px)
{
    .product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list
    {
        margin: 0 -5px;
    }
}
.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide
{
    padding: 4px 0;
}
@media (max-width: 575px)
{
    .product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide
    {
        padding: 0 5px;
    }
}
.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic
{
    position: relative;
}
.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic .img-box
{
    padding-bottom: 75%;
}
.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .pic .img-box:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    border: 1px solid transparent;
}
.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .prod_vv .video-cover
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .5);
}
.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .prod_vv .video-cover:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-style: normal;
    line-height: 1;

    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    left: 0;

    display: block;

    margin: 0 auto;

    content: '\e618';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1399px)
{
    .product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-slide .prod_vv .video-cover:before
    {
        font-size: 25px;
    }
}
.product_details_wrap .product_box .lef .small_pic .slider-nav .slick-list .slick-current .pic .img-box:before
{
    border: solid 1px #333;
}
.product_details_wrap .product_box .rig
{
    width: 42.857%;
    padding: 5px 0 0 30px;
}
@media (max-width: 1399px)
{
    .product_details_wrap .product_box .rig
    {
        padding: 0 0 0 20px;
    }
}
@media (max-width: 1199px)
{
    .product_details_wrap .product_box .rig
    {
        float: none;

        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .product_details_wrap .product_box .rig
    {
        margin-top: 20px;
    }
}
.product_details_wrap .product_box .rig .tit
{
    position: relative;

    padding-bottom: 20px;

    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 575px)
{
    .product_details_wrap .product_box .rig .tit
    {
        padding-bottom: 15px;
    }
}
.product_details_wrap .product_box .rig .tit:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 88px;
    height: 3px;

    content: '';

    background-color: #222;
}
.product_details_wrap .product_box .rig .tit p
{
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;

    color: #222;
}
@media (max-width: 1469px)
{
    .product_details_wrap .product_box .rig .tit p
    {
        font-size: 30px;
    }
}
@media (max-width: 1399px)
{
    .product_details_wrap .product_box .rig .tit p
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .product_details_wrap .product_box .rig .tit p
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .product_details_wrap .product_box .rig .tit p
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .product_details_wrap .product_box .rig .tit p
    {
        font-size: 22px;
    }
}
@media (max-width: 575px)
{
    .product_details_wrap .product_box .rig .tit p
    {
        font-size: 20px;
    }
}
.product_details_wrap .product_box .rig .text
{
    overflow-y: auto;

    height: 200px;
    margin: 20px 0;
}
@media (max-width: 1469px)
{
    .product_details_wrap .product_box .rig .text
    {
        height: 160px;
    }
}
@media (max-width: 1399px)
{
    .product_details_wrap .product_box .rig .text
    {
        height: 130px;
    }
}
@media (max-width: 1199px)
{
    .product_details_wrap .product_box .rig .text
    {
        height: auto;
    }
}
@media (max-width: 575px)
{
    .product_details_wrap .product_box .rig .text
    {
        margin: 15px 0 20px;
    }
}
.product_details_wrap .product_box .rig .text::-webkit-scrollbar
{
    width: 6px;
    height: 6px;

    background-color: #fefefe;
}
.product_details_wrap .product_box .rig .text::-webkit-scrollbar-track
{
    border-radius: 6px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.product_details_wrap .product_box .rig .text::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .1);
}
.product_details_wrap .product_box .rig .text::-webkit-scrollbar-thumb:hover
{
    border-radius: 6px;
    background: rgba(0, 0, 0, .3);
}
.product_details_wrap .product_box .rig .text p
{
    font-size: 16px;
    line-height: 1.625;

    text-align: left;
    word-break: break-word;

    color: #666;
}
@media (max-width: 767px)
{
    .product_details_wrap .product_box .rig .text p
    {
        font-size: 15px;
    }
}
.product_details_wrap .product_box .rig .text p img
{
    max-width: 100%;
    height: auto !important;
}
.product_details_wrap .product_box .rig .pro_page a
{
    font-size: 16px;
    line-height: 1;

    text-transform: uppercase;

    color: #000;
}
@media (max-width: 575px)
{
    .product_details_wrap .product_box .rig .pro_page a
    {
        font-size: 15px;
    }
}
.product_details_wrap .product_box .rig .pro_page a:hover:before,
.product_details_wrap .product_box .rig .pro_page a:hover:after
{
    color: #fff;
    background-color: #333;
}
.product_details_wrap .product_box .rig .pro_page a:before
{
    font-family: 'iconfont' !important;
    font-style: normal;
    line-height: 38px;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin-right: 12px;

    content: '\e612';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #333;
    border: 1px solid #333;
    border-radius: 50%;
    background-color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1399px)
{
    .product_details_wrap .product_box .rig .pro_page a:before
    {
        line-height: 33px;

        width: 35px;
        height: 35px;
    }
}
@media (max-width: 575px)
{
    .product_details_wrap .product_box .rig .pro_page a:before
    {
        line-height: 28px;

        width: 30px;
        height: 30px;
    }
}
.product_details_wrap .product_box .rig .pro_page .next:before
{
    display: none;
}
.product_details_wrap .product_box .rig .pro_page .next:after
{
    font-family: 'iconfont' !important;
    font-style: normal;
    line-height: 38px;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin-left: 12px;

    content: '\e64a';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #333;
    border: 1px solid #333;
    border-radius: 50%;
    background-color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1399px)
{
    .product_details_wrap .product_box .rig .pro_page .next:after
    {
        line-height: 33px;

        width: 35px;
        height: 35px;
    }
}
@media (max-width: 575px)
{
    .product_details_wrap .product_box .rig .pro_page .next:after
    {
        line-height: 28px;

        width: 30px;
        height: 30px;
    }
}
.product_details_wrap .info_padt
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .product_details_wrap .info_padt
    {
        margin-top: 60px;
    }
}
@media (max-width: 991px)
{
    .product_details_wrap .info_padt
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .product_details_wrap .info_padt
    {
        margin-top: 40px;
    }
}
.product_details_wrap .info_title p
{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;

    text-transform: capitalize;

    color: #222;
}
@media (max-width: 1199px)
{
    .product_details_wrap .info_title p
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .product_details_wrap .info_title p
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .product_details_wrap .info_title p
    {
        font-size: 22px;
    }
}
@media (max-width: 575px)
{
    .product_details_wrap .info_title p
    {
        font-size: 20px;
    }
}
.product_details_wrap .product_info .tit p
{
    font-size: 16px;
    line-height: 44px;

    display: inline-block;

    padding: 0 24px;

    text-transform: capitalize;

    color: #222;
    background-color: #e6e6e6;
}
.product_details_wrap .product_info .text
{
    padding: 20px 24px;

    border: 1px solid #e4e4e4;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .product_details_wrap .product_info .text
    {
        padding: 15px;
    }
}
.product_details_wrap .product_info .text p
{
    font-size: 16px;
    line-height: 1.625;

    color: #666;
}
@media (max-width: 1199px)
{
    .product_details_wrap .product_info .text p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .product_details_wrap .product_info .text p
    {
        font-size: 14px;
    }
}
.product_details_wrap .product_info .text p img
{
    max-width: 100%;
    height: auto !important;
}
.product_details_wrap .product_related .list
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .product_details_wrap .product_related .list
    {
        margin-top: 15px;
    }
}
.product_details_wrap .product_related .slick_related
{
    font-size: 0;
}
.product_details_wrap .product_related .slick_related .slick-list
{
    margin: 0 -15px;
}
@media (max-width: 1199px)
{
    .product_details_wrap .product_related .slick_related .slick-list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .product_details_wrap .product_related .slick_related .slick-list
    {
        margin: 0 -5px;
    }
}
.product_details_wrap .product_related .slick_related .slick-list .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .product_details_wrap .product_related .slick_related .slick-list .slick-slide
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .product_details_wrap .product_related .slick_related .slick-list .slick-slide
    {
        padding: 0 5px;
    }
}
.product_details_wrap .product_related .slick_related .item
{
    display: block;
}
.product_details_wrap .product_related .slick_related .item:hover .pic .more_btn
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.product_details_wrap .product_related .slick_related .item .pic
{
    position: relative;

    overflow: hidden;
}
.product_details_wrap .product_related .slick_related .item .pic .img-box
{
    padding-bottom: 75.55555556%;
}
.product_details_wrap .product_related .slick_related .item .pic .more_btn
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 16px;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.product_details_wrap .product_related .slick_related .item .pic .more_btn span
{
    font-size: 14px;
    line-height: 40px;

    display: block;

    text-align: center;

    color: #222;
    border-radius: 25px;
    background-color: #fff;
}
.product_details_wrap .product_related .slick_related .item .info
{
    margin-top: 16px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .product_details_wrap .product_related .slick_related .item .info
    {
        margin-top: 10px;
    }
}
.product_details_wrap .product_related .slick_related .item .info p
{
    font-size: 16px;
    line-height: 1.2;

    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #222;
}
@media (max-width: 767px)
{
    .product_details_wrap .product_related .slick_related .item .info p
    {
        font-size: 15px;
    }
}
